Support Center Email Support Knowledge Base Videos

Moving SeisWare Projects with Microsoft® SQL Databases Stored on the Network

Whether you are moving a project from a local SQL Server or from a network SQL Server to a network SQL Server, there are two techniques. Because the database isn't stored in the project folder when you have a network installation of SQL Server, you can't simply move the project folder to a new location. You need to convert the project to Microsoft SQL LocalDB to make it portable, or you need to create a new project and copy all of the data, and then delete the original project. 


Convert SQL Project to LocalDB

You will be required to have SQL Server 2016 Express LocalDB installed on your machine for this technique to work.

  1. From the Main Launcher's Project menu select Convert Database. 

  2. Select the project and then change the To Database Type to "SQL LocalDB".

  3. Click Convert.

  4. Follow the instructions for moving projects with LocalDB databases. 

  5. Once the project has been moved, From the Main Launcher's Project menu select Convert Database

  6. Select the project and convert it to SQL ensuring that you select the correct Server Name

Create a New SQL Project 

  1. Create a new, blank SQL project  in the correct location and using the correct SQL Server Name.  

  2. From the Main launcher's Project menu select Copy Project Data.

  3. Use the Copy Project Data utility to copy the project data using the original project as the Source and the new project as the Destination

  4. Delete the original project.

Also See

 

MORE INFORMATION